-
Notifications
You must be signed in to change notification settings - Fork 51
Add RIP-8031: MEVless Protocol - A Solution to MEV Attacks For L2 #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| title: MEVless Protocol | ||
| description: A protocol that prevents MEV attacks by constraining transaction ordering through blind sequencing and two-phase block execution. | ||
| author: Lawliet Chan (@lawliet-chan) | ||
| discussions-to: https://ethresear.ch/t/mevless-protocol-the-way-to-anti-mev/23084 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create a discussions topic in Eth Magicians: https://ethereum-magicians.org/c/rips/58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create a discussions topic in Eth Magicians: https://ethereum-magicians.org/c/rips/58
Just added: https://ethereum-magicians.org/t/rip-8031-mevless-protocol-the-way-to-anti-mev/25615
|
Here is my email: [email protected] |
|
@nconsigny could u pls have a look~ |
PR Description
This PR adds RIP-8031, proposing the MEVless protocol to prevent MEV attacks through blind transaction sequencing.
Key Features:
Prevents validators from seeing transaction content during ordering phase
Two-phase block system: sequencing blocks order by hashes, execution blocks execute in predetermined order
Requires random block production consensus to prevent speculative attacks
Optimized for L2 networks where protocol-level changes can be easily implemented
Files Added:
The protocol eliminates MEV attacks at the blockchain level, allowing DeFi developers to focus on building applications without MEV concerns.
Discussion
https://ethereum-magicians.org/t/rip-8031-mevless-protocol-the-way-to-anti-mev/25615